home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / RMI_OS / HOTJAVA1 / HOTJAVA-.ZIP / HotJava / README < prev   
Encoding:
Text File  |  1996-11-01  |  5.4 KB  |  150 lines

  1.                    README: HotJava 1.0 preBeta1 (RMI)
  2.  
  3. This directory and all the directories below it contain the complete
  4. HotJava 1.0 preBeta1 (RMI) release of the HotJava Internet browser.
  5.  
  6. To run HotJava from the same directory where this README file is
  7. located, simply type:
  8.  
  9.     ./bin/hotjava                UNIX
  10.     .\bin\hotjava                WinNT & Win95
  11.  
  12. or:
  13.  
  14.     ./bin/hotjava URL            UNIX
  15.     .\bin\hotjava URL            WinNT & Win95
  16.  
  17. If you specify a URL (Uniform Resource Locator), HotJava will treat that
  18. as its home page for this instance of HotJava. (By default, you'll see the 
  19. HotJava Welcome page before the home page. You can turn off the Welcome
  20. page for future invocations of HotJava using HotJava's Display Preferences 
  21. page.)
  22.  
  23. You can also add the HotJava bin directory to your PATH environment variable,
  24. add <your-HotJava-directory>/bin/hotjava to a menu of programs, or whatever 
  25. other method you typically use for running programs.
  26.  
  27. NOTE: If you do this, make sure that the bin directory for the Java
  28. installation appears in your path *before* the bin directory for
  29. HotJava, or the RMI utilities will not run.
  30.  
  31. NOTE: If you run HotJava in a networked environment, and you have 
  32. trouble accessing Web pages, you probably need to set proxy servers 
  33. to enable access outside of your company network. Proxies are the
  34. servers or gateways for internet access through your network firewall. 
  35. To specify proxy servers, choose Proxies from the Preferences submenu
  36. of the HotJava View menu. Ask your system administrator for the proxy
  37. information specific to your site.
  38.  
  39. Supported Platforms
  40. -------------------
  41. HotJava preBeta1 is available for SPARC Solaris (version 2.4 and above), 
  42. Windows NT for the Intel processor, and Windows 95.  
  43.  
  44. Support for Solaris x86 and Macintosh systems will be available by 
  45. HotJava 1.0 FCS.
  46.  
  47. HotJava preBeta1 *may* work on Solaris 2.3, but that platform has not
  48. been tested, so it is not supported. 
  49.  
  50. Running HotJava on remote X-servers has only had minimal testing. It 
  51. appears to work, but it is not supported.
  52.  
  53. HotJava will NOT run on Solaris 1.x (SunOs 4.x), Windows 3.1, or Windows
  54. 3.11.
  55.  
  56. The HotJava package contains:
  57. -----------------------------
  58. - README
  59.     The file you're reading now.
  60.  
  61. - COPYRIGHT
  62.     You must make sure you understand the Copyright and License 
  63.     information in this file before using this release.
  64.  
  65. - UsersGuide
  66.     This directory is a placeholder for future use. Currently, the 
  67.     UsersGuide only lives on the JavaSoft web site.  You can access 
  68.     it via the HotJava Help menu. 
  69.  
  70. - docs
  71.     Miscellaneous document files that reside on your local system, such
  72.     as the HotJava Release Notes that you access via the HotJava
  73.     Help menu. 
  74.  
  75.     NOTE: All of the documentation for HotJava, except for this README
  76.     file, can be accessed via the HotJava Help menu. Some of it resides 
  77.     locally, but much of it lives at the JavaSoft web site. See the 
  78.     "Where to find more information" section below.
  79.  
  80. - bin/HotJava
  81.     The HotJava program. 
  82.      
  83. - lib
  84.     Miscellaneous files needed for HotJava. Of particular note are the
  85.         following:
  86.     
  87.     - lib/classes.zip
  88.         DO NOT UNZIP THIS FILE! It is needed by the compiler 
  89.         and interpreter.
  90.  
  91.     - lib/properties
  92.         This is the complete template and system defaults for the 
  93.         HotJava properties file. Look here to see the possible 
  94.         values you can set in your personal properties file to
  95.         customize your version of HotJava.  On Solaris systems, your 
  96.         personal properties file lives in:
  97.  
  98.             <your-home-directory>/.hotjava/properties 
  99.  
  100.         On Windows NT and Windows 95 systems, your personal 
  101.         properties file is in:
  102.  
  103.             <hotjava-install-directory>\.hotjava\properties
  104.  
  105.     - lib/hotjava/* and lib/templates/*
  106.         Many of HotJava's pages are HTML pages you can 
  107.         customize by replacing the HTML files in these
  108.         directories. The pages in lib/hotjava are used by HotJava
  109.          "as is." The pages in lib/templates contain textual elements
  110.         that are substituted as appropriate when displayed.
  111.  
  112.     - lib/images/*
  113.         HotJava's GIF images. Again, you can customize your version
  114.          of HotJava by replacing the GIF images that live here.
  115.  
  116.  
  117. NOTE: This release of HotJava does not include the Java Developer's Kit (JDK). 
  118. The JDK is available separately; see the JavaSoft home page at 
  119. http://java.sun.com.
  120.  
  121.  
  122. Where to find more information
  123. ------------------------------
  124. The information provided in this file is only intended to be basic information
  125. about the HotJava release package, plus how to run HotJava.  
  126.  
  127. Once you're running HotJava, use the Help menu to access the following 
  128. information:
  129.  
  130. - HotJava User's Guide (details about HotJava's features, and how to use it)
  131.  
  132. - HotJava Getting Started Page (beginning tutorial-style information)
  133.  
  134. - HotJava FAQ (frequently asked questions about HotJava)
  135.  
  136. - Release Notes (important information about this release, including 
  137.   changes since the previous version of HotJava, features planned for
  138.   HotJava 1.0 but not yet implemented, workarounds to problems, 
  139.   and links to the Known Bugs and Requested Features documents)
  140.  
  141. - JavaSoft Home Page (where you can find the latest information about 
  142.   HotJava and all our other products)
  143.  
  144. - About HotJava (Version Information, Product Team, and a link to the 
  145.   Copyright page)
  146.  
  147. You can also use the HotJava help menu to send us bug reports and general
  148. comments. Or, send comments to hotjava-comments@java.sun.com and bugs to
  149. hotjava-bugs@java.sun.com.
  150.